home *** CD-ROM | disk | FTP | other *** search
/ Aminet 45 / Aminet 45 (2001)(GTI - Schatztruhe)[!][Oct 2001].iso / Aminet / game / role / ldmud-3.2-bin.lha / mud / doc / efun / caller_stack_depth < prev    next >
Text File  |  2001-04-06  |  253b  |  10 lines

  1. SYNOPSIS
  2.         int caller_stack_depth(void)
  3.  
  4. DESCRIPTION
  5.         Returns the number of previous objects on the stack. This
  6.         can be used for security checks.
  7.  
  8. SEE ALSO
  9.         caller_stack(E), previous_object(E), call_other(E), call_resolved(E)
  10.